home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineSprite_611 / frame_2 / DoAction.as < prev   
Encoding:
Text File  |  2010-04-12  |  146 b   |  6 lines

  1. _root.player.ani.gotoAndStop(9);
  2. _root.arrowimg = "shoot4";
  3. var mysound = new Sound();
  4. mysound.attachSound("stormuse.mp3");
  5. mysound.start();
  6.